オートコンプリートコントロールは、ユーザーの入力中に補完候補を自動的に表示する編集可能な入力コントロールです。ドロップダウンメニューに候補リストが表示されます。
オブジェクト モデル
シンタックス
'宣言
Public Class C1AutoComplete(Of )
Inherits C1ComboBox(Of T)
Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
public class C1AutoComplete<> : C1ComboBox<T>, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
型パラメータ
継承階層
System.Object
Microsoft.AspNetCore.Components.ComponentBase
C1.Blazor.Core.C1View
C1.Blazor.Input.C1DropDown
C1.Blazor.Input.C1ComboBox<T>
C1.Blazor.Input.C1AutoComplete<T>
参照